home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / docs / READ_ME < prev    next >
Text File  |  1997-04-13  |  2KB  |  62 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. -- 
  4. -- SmallEiffel is not Smalltalk.                 D.Colnet 10/2/94
  5. -- Is it still Eiffel ?
  6. --
  7. 1 - What is SmallEiffel ? -
  8. SmallEiffel is a free Eiffel compiler distributed under the
  9. terms of the GNU General Public License as published by the
  10. Free Software Foundation.
  11. You can download SmallEiffel at :
  12.  
  13.    ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel
  14.  
  15. For more information about commercial applications written in
  16. SmallEiffel, please read the file SmallEiffel.FAQ included in
  17. the distribution.
  18.  
  19. 2 - Brief Description of SmallEiffel -
  20. SmallEiffel is the fruit of a research project done at CRIN 
  21. (Centre de Recherche en Informatique de Nancy). 
  22. SmallEiffel is intended to be a complete, though small and very 
  23. fast, free Eiffel compiler.
  24. SmallEiffel is already used by students of the University Henri
  25. Poincare' at Nancy (FRANCE).
  26. We are using Eiffel as a first langage for teaching OOP since 
  27. 1990 (SmallEiffel is used since september 1995).
  28.  
  29. SmallEiffel is already portable on UNIX, Linux, BSD, HP-UX, 
  30. IRIX, XENIX, Solaris, DOS, OS2, WINDOWS NT/95, Macintosh,
  31. NeXT, Amiga and VMS.
  32.  
  33. Current distribution includes a compiler (command 'compile'),
  34. a pretty printer (command 'pretty') and other tools (commands
  35. `finder' and `clean').
  36.  
  37. 3 - Contents of the SmallEiffel directory -
  38.  
  39. 3.1 - directory misc : Miscellaneous files, including the 
  40.       INSTALL files.
  41. 3.2 - directory man : Miscellaneous help files. 
  42. 3.3 - directory bin : The place where executable files will be
  43.       put by the installation process.
  44. 3.4 - directory bin_c : C source code for tools of the bin 
  45.       directory.
  46. 3.5 - directory lib_std : Standard Eiffel Library (string.e, 
  47.       integer.e, general.e, array.e, ...).
  48. 3.6 - directory lib_rand : Random number generator library.
  49. 3.7 - directory lib_show : Demonstration and examples Eiffel 
  50.       programs.
  51. 3.8 - directory lib_test : Set of programs to test SmallEiffel
  52.       (see also directory misc/self_test).
  53.  
  54. 4 - Bug Reports -
  55. Thank in advance for bug reports. Don't forget to have a look
  56. first in the misc/NOT_YET_IMPLEMENTED file.
  57. Please, try to isolate the bug as much as possible.
  58. The best is to be able to create a single file, as small a
  59. possible (which includes the bug).
  60.  
  61. D.Colnet - colnet@loria.fr
  62.